home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / DefineButton2_227 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-26  |  159 b   |  9 lines

  1. on(release){
  2.    _root.LTnmbr = 80;
  3.    _root.freqLT = 40;
  4.    _root.goal = 200;
  5.    _root.reward = 950;
  6.    _root.music = 4;
  7.    _root.gotoAndPlay("m1");
  8. }
  9.